Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds a fixed random sampler for dataloader #14

Closed
wants to merge 4 commits into from

Conversation

sheridana
Copy link

No description provided.

@codecov
Copy link

codecov bot commented Jun 30, 2023

Codecov Report

Merging #14 (f5f14a2) into main (e30a6b5) will decrease coverage by 0.11%.
The diff coverage is 76.47%.

@@            Coverage Diff             @@
##             main      #14      +/-   ##
==========================================
- Coverage   75.28%   75.17%   -0.11%     
==========================================
  Files          24       24              
  Lines        1513     1539      +26     
==========================================
+ Hits         1139     1157      +18     
- Misses        374      382       +8     
Impacted Files Coverage Δ
biogtr/datasets/cell_tracking_dataset.py 92.75% <ø> (ø)
biogtr/config.py 54.26% <22.22%> (-2.77%) ⬇️
biogtr/datasets/data_utils.py 63.86% <94.11%> (+2.57%) ⬆️
biogtr/datasets/microscopy_dataset.py 92.42% <100.00%> (+0.11%) ⬆️
biogtr/datasets/sleap_dataset.py 96.96% <100.00%> (+0.04%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sheridana
Copy link
Author

Adds a fixed random sampler class. This is for a specific sample efficiency experiment, but also nice to have for shuffling with fixed random seeds in the dataloader.

@sheridana sheridana requested review from aaprasad and talmo June 30, 2023 00:58
@sheridana sheridana marked this pull request as ready for review June 30, 2023 00:58
@aaprasad
Copy link
Contributor

aaprasad commented Jun 3, 2024

This PR is extremely stale and unnecessary, Ive added random sampling a while ago as well as a seed

@aaprasad aaprasad closed this Jun 3, 2024
@aaprasad aaprasad deleted the arlo/sample_efficiency branch June 3, 2024 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants